Searched refs:value_map (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | mlir_hlo_to_hlo.cc | 573 auto& value_map = *ctx.values; in ExportXlaOp() local 581 if (failed(GetXlaOp(op.operand(), value_map, &operand, op))) return failure(); in ExportXlaOp() 584 value_map[op] = xla::AllReduce(operand, computation, replica_groups, in ExportXlaOp() 589 value_map[op] = in ExportXlaOp() 595 auto& value_map = *ctx.values; in ExportXlaOp() local 597 if (failed(GetXlaOp(op.operand(), value_map, &operand, op))) return failure(); in ExportXlaOp() 599 value_map[op] = xla::BitcastConvertType( in ExportXlaOp() 607 auto& value_map = *ctx.values; in ExportXlaOp() local 609 if (failed(GetXlaOp(op.operand(), value_map, &operand, op))) return failure(); in ExportXlaOp() 611 value_map[op] = in ExportXlaOp() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | ruby_generator_map-inl.h | 43 std::map<std::string, std::string> value_map; in ListToDict() local 49 value_map[key] = value; in ListToDict() 52 return value_map; in ListToDict()
|
/external/grpc-grpc/src/compiler/ |
D | ruby_generator_map-inl.h | 43 std::map<grpc::string, grpc::string> value_map; in ListToDict() local 49 value_map[key] = value; in ListToDict() 52 return value_map; in ListToDict()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_shader.h | 253 typedef sb_map<uint32_t, value*> value_map; typedef 254 value_map reg_values; 257 value_map const_values; // immediate constants key -const value (uint32_t) 258 value_map special_ro_values; // key - hw alu_sel & chan 259 value_map kcache_values; 412 value* get_ro_value(value_map &vm, value_kind vk, unsigned key);
|
D | sb_shader.cpp | 139 value_map::iterator i = reg_values.find(key); in get_value() 511 value* shader::get_ro_value(value_map& vm, value_kind vk, unsigned key) { in get_ro_value() 512 value_map::iterator I = vm.find(key); in get_ro_value()
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | stats_observer.cc | 37 const StatsReport::Values& value_map) { in NativeToJavaStatsReportValueArray() argument 40 for (const auto& it : value_map) in NativeToJavaStatsReportValueArray()
|
/external/autotest/server/cros/ |
D | telemetry_runner.py | 563 value_map = {} 568 value_map[obj['guid']] = obj['values'] 581 story_name = value_map[diagnostics['stories']][0] 584 local_benchmark_name = value_map[diagnostics['benchmarks']][0] 588 benchmark_desc = value_map[
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | token.rb | 537 for value_map in value_maps 538 define_tokens( value_map )
|
/external/autotest/client/common_lib/cros/ |
D | textfsm.py | 541 self.value_map = {} 706 self.value_map[value.name] = value.template 787 TextFSMRule(line, self._line_num, self.value_map))
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | struct.proto | 101 map<string, google.protobuf.Value> value_map = 2; field
|
/external/toolchain-utils/crosperf/ |
D | results_cache.py | 807 value_map = {} 811 value_map[obj['guid']] = obj['values'] 839 if guid not in value_map: 841 for story_tag in value_map[guid]:
|