Home
last modified time | relevance | path

Searched defs:TensorInfo (Results 1 – 7 of 7) sorted by relevance

/external/tflite-support/tensorflow_lite_support/codegen/
Dandroid_java_generator.h36 struct TensorInfo { struct
58 std::vector<TensorInfo> inputs; argument
/external/tensorflow/tensorflow/go/
Dsignature.go87 type TensorInfo struct { struct
88 Name string
89 DType DataType
90 Shape Shape
109 func tensorInfoFromProto(pb *corepb.TensorInfo) TensorInfo {
Dsignature_test.go171 func diffTensorInfos(a, b TensorInfo) (string, error) {
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs42 public struct TensorInfo { struct in TensorFlowLite.Interpreter
43 public string name { get; internal set; }
44 public DataType type { get; internal set; }
45 public int[] dimensions { get; internal set; }
46 public QuantizationParams quantizationParams { get; internal set; }
48 public override string ToString() { in ToString()
/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc883 struct TensorInfo { in AccumulateFields() struct
884 explicit TensorInfo(Tensor* tensor) { in AccumulateFields() argument
906 DataType dtype; in AccumulateFields()
907 int last_dim_size; in AccumulateFields()
908 int stride; in AccumulateFields()
909 uint8* data; in AccumulateFields()
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto217 message TensorInfo { message
/external/tensorflow/tensorflow/python/compiler/tensorrt/model_tests/
Dmodel_handler.py89 def _generate_random_tensor_v1(tensor_info: meta_graph_pb2.TensorInfo,