Home
last modified time | relevance | path

Searched defs:TensorId (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtensor_id.h33 struct TensorId : public std::pair<StringPiece, int> { struct
41 TensorId() : Base() {} in TensorId() function
54 std::size_t operator()(const TensorId& x) const { in operator() argument
H A Dtensor_id.cc25 TensorId::TensorId(const SafeTensorId& id) : TensorId(id.first, id.second) {} in TensorId() function in tensorflow::TensorId
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla.proto17 message TensorId { message
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/utils/
H A DDependencyGraph.h56 using TensorId = Id; variable
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
H A DTensorFlowInferenceInterface.java583 private static class TensorId { class in TensorFlowInferenceInterface
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dgradients.cc207 int64_t TapeVSpace::TensorId(AbstractTensorHandle* tensor) const { in TensorId() function in tensorflow::gradients::TapeVSpace
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor.cc549 bool NodeNameInValues(const std::map<TensorId, TensorId>& input_map, in NodeNameInValues()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc1315 int64_t TensorId(PyObject* tensor) const final { in TensorId() function in PyVSpace