Home
last modified time | relevance | path

Searched defs:arg_shapes (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc43 const std::map<int, InferredShape>& arg_shapes, in PropagateShapes()
135 Status InferShapes(Graph* graph, const std::map<int, InferredShape>& arg_shapes, in InferShapes()
Dxla_compilation_cache.h100 std::vector<std::pair<DataType, std::vector<int64>>> arg_shapes; member
Dencapsulate_util.cc315 std::map<int, InferredShape> arg_shapes; in PerformStaticShapeInferenceBeforeEncapsulation() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dindex_ops_cpu.cc108 std::vector<xla::Shape> arg_shapes; in Compile() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function.cc104 std::vector<const xla::Shape*> arg_shapes; in Compile() local
Dxla_compiler.cc767 std::vector<xla::Shape> arg_shapes(input_to_args->size()); in BuildArguments() local
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_defun_op.cc138 const std::vector<TensorShape> arg_shapes; member
287 std::vector<TensorShape> arg_shapes; in SetupArgs() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc349 absl::Span<const Shape* const> arg_shapes, const int64 dimension) { in InferConcatOpShape()
1073 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply, in InferMapShape()
2043 absl::Span<const Shape* const> arg_shapes, in InferReduceShape()
2834 absl::Span<const Shape* const> arg_shapes, const ProgramShape& to_apply) { in InferCallShape()
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc157 Safe_PyObjectPtr arg_shapes = make_safe(PyTuple_New(shape.parameters_size())); in PyProgramShapeInfoFromXlaProgramShape() local
/external/tensorflow/tensorflow/python/framework/
Dfunction.py844 arg_shapes=None, argument