HomeSort by relevance Sort by last modified time
    Searched refs:FunctionDef (Results 126 - 150 of 154) sorted by null

1 2 3 4 56 7

  /external/tensorflow/tensorflow/core/grappler/
mutable_graph_view.cc 449 absl::flat_hash_map<absl::string_view, const FunctionDef*> graph_fdefs;
450 for (const FunctionDef& fdef : graph()->library().function()) {
454 for (FunctionDef& fdef : *subgraph.mutable_library()->mutable_function()) {
    [all...]
mutable_graph_view_test.cc 176 FunctionDef x_times_two = test::function::XTimesTwo();
184 FunctionDef x_times_two = test::function::XTimesTwo();
196 FunctionDef x_times_four = test::function::XTimesFour();
202 FunctionDef x_times_two = test::function::XTimesTwo();
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/eager/
execute.cc 229 const FunctionDef* function_def =
294 bool IsMultiDevice(const FunctionDef* fdef, const string& op_device) {
    [all...]
  /external/tensorflow/tensorflow/python/framework/
function.py 199 definition: The definition of this function. A FunctionDef proto.
274 # the only part of FunctionDef that we cache in Python. When C API
297 fdef = function_pb2.FunctionDef()
380 # Build the FunctionDef
460 node_def: the node_def field of a FunctionDef
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 690 FunctionDef_type = make_type("FunctionDef", stmt_type,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 673 FunctionDef_type = make_type("FunctionDef", stmt_type,
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 690 FunctionDef_type = make_type("FunctionDef", stmt_type,
    [all...]
  /external/python/cpython3/Python/
Python-ast.c 858 FunctionDef_type = make_type("FunctionDef", stmt_type, FunctionDef_fields,
    [all...]
ast.c 381 return validate_body(stmt->v.FunctionDef.body, "FunctionDef") &&
382 validate_arguments(stmt->v.FunctionDef.args) &&
383 validate_exprs(stmt->v.FunctionDef.decorator_list, Load, 0) &&
384 (!stmt->v.FunctionDef.returns ||
385 validate_expr(stmt->v.FunctionDef.returns, Load));
    [all...]
compile.c     [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler_test.cc 558 FunctionDef fdef = FunctionDefHelper::Create(
    [all...]
functionalize_control_flow_test.cc 322 FunctionDef GetNoinlineFunctionDef() {
323 FunctionDef fdef = FunctionDefHelper::Create(
    [all...]
xla_compiler.cc     [all...]
functionalize_cond.cc 742 FunctionDef body_fdef;
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session_test.cc     [all...]
shape_refiner.cc 133 const tensorflow::FunctionDef* function_def, bool keep_nested_shapes,
178 // return values, which are not explicitly listed in the FunctionDef,
180 // details and keep only inferences for the nodes listed in the FunctionDef.
  /external/tensorflow/tensorflow/compiler/jit/
mark_for_compilation_pass.cc 242 const FunctionDef& fdef = fbody->fdef;
    [all...]
resource_operation_safety_analysis_test.cc 244 FunctionDef func = FunctionDefHelper::Create(
  /external/tensorflow/tensorflow/core/framework/
dataset.h 202 const FunctionDef* function_def = flib_def.Find(function_name);
204 return errors::InvalidArgument("Unable to find FunctionDef for ",
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 227 for (const FunctionDef& fdef : library.function()) {
graph_partition.cc     [all...]
  /external/tensorflow/tensorflow/c/eager/
c_api.cc     [all...]
c_api_test.cc     [all...]
  /external/tensorflow/tensorflow/python/eager/
function.py 338 # TODO(apassos) avoid creating a FunctionDef (specially to grab the
343 function_def = function_pb2.FunctionDef()
699 """Returns a `FunctionDef` object representing this function."""
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc     [all...]

Completed in 507 milliseconds

1 2 3 4 56 7