HomeSort by relevance Sort by last modified time
    Searched refs:input_handle_shapes_and_types (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/core/ops/
list_ops.cc 50 auto* handle_data = c->input_handle_shapes_and_types(0);
87 auto* handle_data = c->input_handle_shapes_and_types(0);
121 auto* handle_data = c->input_handle_shapes_and_types(0);
184 auto* handle_data = c->input_handle_shapes_and_types(0);
217 auto* handle_data = c->input_handle_shapes_and_types(0);
243 auto* handle_data = c->input_handle_shapes_and_types(0);
control_flow_ops.cc 35 auto* handle_data = c->input_handle_shapes_and_types(0);
145 auto* handle_data = c->input_handle_shapes_and_types(0);
resource_variable_ops.cc 32 auto* handle_data = c->input_handle_shapes_and_types(0);
128 auto* handle_data = c->input_handle_shapes_and_types(0);
state_ops.cc 240 auto* handle_data = c->input_handle_shapes_and_types(0);
data_flow_ops.cc 30 auto* t = c->input_handle_shapes_and_types(0);
313 auto* t = c->input_handle_shapes_and_types(0);
604 if (c->input_handle_shapes_and_types(0)) {
606 0, *c->input_handle_shapes_and_types(0));
628 auto* handle_data = c->input_handle_shapes_and_types(0);
653 auto shapes = c->input_handle_shapes_and_types(0);
    [all...]
math_ops.cc 626 auto* handle_data_1 = c->input_handle_shapes_and_types(1);
627 auto* handle_data_2 = c->input_handle_shapes_and_types(2);
    [all...]
training_ops.cc 26 auto* handle_data = c->input_handle_shapes_and_types(input);
array_ops.cc     [all...]
  /external/tensorflow/tensorflow/python/framework/
cpp_shape_inference.cc 78 input_handle_shapes_and_types; local
80 input_handle_shapes_and_types.resize(input_serialized_shapes.size());
92 input_handle_shapes_and_types[i].reset(
94 auto& v = *input_handle_shapes_and_types[i];
130 input_handle_shapes_and_types);
  /external/tensorflow/tensorflow/core/common_runtime/
shape_refiner.cc 86 auto* resource = outer_context->input_handle_shapes_and_types(index);
112 auto* resource = node_context->input_handle_shapes_and_types(0);
217 input_handle_shapes_and_types(node->num_inputs());
238 input_handle_shapes_and_types[e->dst_input()].reset(
262 std::move(input_handle_shapes_and_types)));
366 node_context->input_handle_shapes_and_types(dst_input);
374 *node_context->input_handle_shapes_and_types(dst_input))) {
    [all...]
  /external/tensorflow/tensorflow/core/framework/
shape_inference.h 179 input_handle_shapes_and_types);
199 input_handle_shapes_and_types);
219 input_handle_shapes_and_types);
591 const std::vector<ShapeAndType>* input_handle_shapes_and_types(int idx) { function in class:tensorflow::shape_inference::InferenceContext
shape_inference.cc 39 input_handle_shapes_and_types)
64 for (int i = 0; i < input_handle_shapes_and_types.size(); ++i) {
65 const auto& v = input_handle_shapes_and_types[i];
92 input_handle_shapes_and_types)
116 for (int i = 0; i < input_handle_shapes_and_types.size(); ++i) {
117 const auto& v = input_handle_shapes_and_types[i];
142 input_handle_shapes_and_types)
149 PostInputInit(std::move(input_handle_shapes_and_types));
    [all...]
common_shape_fns.cc     [all...]
shape_inference_test.cc     [all...]

Completed in 680 milliseconds