Home
last modified time | relevance | path

Searched refs:GetTensorShape (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_tfgraph_builder.cc50 TensorShapeProto GetTensorShape(const HloInstruction* instruction) { in GetTensorShape() function
157 *shapes.mutable_list()->add_shape() = GetTensorShape(instruction); in SetNodeAttrs()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dexp_test.cc45 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dreshape_test.cc43 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dspace_to_depth_test.cc46 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dsqueeze_test.cc56 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dbatch_to_space_nd_test.cc42 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dpad_test.cc37 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dsplit_test.cc58 std::vector<int> GetOutputShape(int i) { return GetTensorShape(outputs_[i]); } in GetOutputShape()
Dgather_test.cc62 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dmean_test.cc40 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dspace_to_batch_nd_test.cc42 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dtest_util.h189 std::vector<int> GetTensorShape(int index) { in GetTensorShape() function
Dtranspose_test.cc139 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
Dstrided_slice_test.cc62 std::vector<int> GetOutputShape() { return GetTensorShape(output_); } in GetOutputShape()
/external/tensorflow/tensorflow/contrib/tensorrt/convert/
Dconvert_nodes.cc73 inline nvinfer1::Dims GetTensorShape(const tensorflow::Tensor& tensor) { in GetTensorShape() function
1096 GetTensorShape(tensor)); in ConvertConst()
1113 weights = ctx.get_temp_weights(dtype, GetTensorShape(tensor)); in ConvertConst()